projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
732a8dd
)
Include <ctype.h>.
author
Andreas Schwab
<schwab@suse.de>
Sun, 13 Jun 2004 15:04:21 +0000
(15:04 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 13 Jun 2004 15:04:21 +0000
(15:04 +0000)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 3c53903b4b4cf88e9bf5fd3ae93b186a317064e1..41762030b9ee818f22af050a2df3bbe1d345b669 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-23,6
+23,7
@@
Boston, MA 02111-1307, USA. */
#include <signal.h>
#include <stdio.h>
#include <math.h>
+#include <ctype.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>